Embedded Visual Studio - Project
--------------------------------

The cifXHWFunctionSample for Windows CE 5 needs some files from the paltform DDK
to be able to get access to the physical DPM of the hardware.

Necessary DDK Functions in OS_WinCE_HWFunctions.c:
=> HalTranslateBusAddress()
=> MmMapIoSpace()

This example is created for a x86 platfom and the necessary files are added to the "ddk"directory.

Building the example on another platfom requires the corresponding platform files or a change of the include directory
to acees the platfom corespondig files.


